home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1995 December
/
PC Answers December 1995 (disc errors).iso
/
mxc
/
flybox3.dir
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-02
|
302 b
|
15 lines
on exitFrame
global gHelp
repeat with i = 1 to 48
puppetSprite(i, 1)
end repeat
if gHelp = 1 then
set the castNum of sprite 47 to 47
set the castNum of sprite 13 to 16
else
set the castNum of sprite 47 to 18
set the castNum of sprite 13 to 17
end if
updateStage()
end